Esx Settings Clusters Policies Apply Effective ParallelRemediationAction

Esx Settings Clusters Policies Apply Effective ParallelRemediationAction
Esx Settings Clusters Policies Apply Effective ParallelRemediationAction

The Esx Settings Clusters Policies Apply Effective ParallelRemediationAction schema contains properties that provide settings to remediate multiple hosts of a cluster in parallel. This schema will be deprecated in the future. It is recommended to use Esx Settings ClusterParallelRemediationAction instead.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "enabled": false,
    "max_hosts": 0
}
boolean
enabled
Required

Enable parallel remediation for hosts in maintenance mode within a cluster.

This property was added in vSphere API 8.0.0.1.

integer As int64 As int64
max_hosts
Optional

Maximum number of hosts that can be remediated in parallel. Setting Esx Settings Clusters Policies Apply ParallelRemediationAction.max_hosts does not guarantee maxHosts to be remediated in parallel.

This property was added in vSphere API 8.0.0.1.

If missing or null, number of hosts that can be remediated in parallel would be set to maximum number of hosts supported per cluster.